home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr11 / mnews49.zip / ADDITION.ZIP / SPITFIRE.DOC < prev    next >
Text File  |  1993-02-21  |  5KB  |  132 lines

  1. This file comes to you courtesy of Jacque Shipley of the Mother Board
  2.               BBS.  We just can't thank her enough.
  3.  
  4.   Please be aware that the contributed SPITFIRE SF.BAT commands or the
  5. Wildfire script commands represent the drive, directory and other
  6. specifics of the Sysop who donated them and will need to be modified to
  7. reflect your particular system setup.  These are meant to serve as a
  8. guideline for installing the door on a SPITFIRE BBS and are not
  9. intended to replace referring to the documentation for the door
  10. installation instructions.
  11.  
  12.   Installing ModemNews Magazine on a SPITFIRE BBS System can be
  13. accomplished by several different means.  If a Sysop wishes to only
  14. have one issue of ModemNews (presumably the most recent) I would
  15. recommend setting it up outside of Wildfire, using the normal SPITFIRE 
  16. door installation procedure and running it from the SPITFIRE Door Menu 
  17. or as a Sysop Configurable command from the Main, Message or File Menu.
  18.  
  19.    To do this, obtain the latest version of Doorway (DRWY205.ZIP 
  20. currently, at the time of this writing) and ModemNews Magazine.  Create 
  21. a directory specifically for running your ModemNews Magazine as a door
  22. or Sysop Configurable command.  For my system the directory is: 
  23.  
  24. C:\DOOR\MNEWS.  
  25.  
  26.    Uncompress your Doorway utility and the Modem New Magazine to this
  27. directory.  Once all the files are contained in this directory, you
  28. will need to modify your SF.BAT and SFDOOR.MNU files if you are running
  29. ModemNews as a door and create a SFMAIN.BAT, SFFILE.BAT or SFMESS.BAT
  30. if it is being run as a Sysop Configurable command option.
  31.  
  32.    As a door, you will need to include the following line in your
  33. SFDOOR.MNU to correspond to the appropriate door from which your users
  34. will access the ModemNews Magazine:
  35.  
  36. ModemNews Magazine,10
  37.  
  38.    Next you will need to modify your SF.BAT.  Let's assume ModemNews is
  39. being installed as Door_A.  When finished, your batch file should be
  40. similar to the one below:
  41.  
  42. :DOOR_A
  43.    CD\DOOR\MNEWS
  44.    DOORWAY COM1 /L: /N: /M:20 /O: /S:* /P:NEWSxx.EXE /0
  45.    CD\SF
  46.    GOTO LOOP
  47. :DOOR_B
  48.  
  49.    The specific Doorway command switches you will use will depend on
  50. how you wish to set up ModemNews on your system.  For instance, the /O:
  51. option listed above, only is available to registered Doorway users for
  52. removing Doorway's opening screen and the /M:20 which sets a 20 minute
  53. time limit is limited to 10 minutes in the unregistered versions.
  54.  
  55.    If ModemNews is going to be set up as a Sysop Configurable command,
  56. place the commands contained between the :DOOR_A and :DOOR_B in the 
  57. SF.BAT mentioned above in the appropriate SFMAIN.BAT, SFMESS.BAT or
  58. SFFILE.BAT.  The appropriate SFMAIN.BAT, SFMESS.BAT or SFFILE.BAT 
  59. should be placed in your main system files path for SPITFIRE.
  60.  
  61. ------------------------------------------------------------------------
  62.  
  63.    Personally, I wanted to have several issues of ModemNews available
  64. to my users.  The easiest way I found to do this was to combine the
  65. features of Doorway and Wildfire.  Wildfire provides an easy way to set
  66. up a menu to provide the various ModemNews issues and using Doorway to
  67. execute the NEWSxx.EXE file. So if you decide to run it this way, you
  68. can use the following set up:
  69.  
  70.    A directory will need to be created for each ModemNews issue you 
  71. wish to have available.  I name the directories I set up after the 
  72. particular issue it contains.  For instance, for this example, I will
  73. be setting up the October 1989 issue, NEWS13 (the 13th issue of
  74. ModemNews).  The Doorway utility must either be placed in each
  75. directory or in a directory that is contained in your path statement.
  76. Then modify your SF.BAT as follows:
  77.  
  78.  
  79. SPITFIRE BATCH COMMANDS
  80. -----------------------
  81.  
  82. :DOOR_A
  83. CD \SF\WILDFIRE
  84. WILDFIRE MONITOR.CFG MNEWS
  85. :BEGIN
  86.  IF ERRORLEVEL 60 GOTO DOOR
  87.  IF ERRORLEVEL 50 GOTO DONE
  88.  IF ERRORLEVEL 1 GOTO DONE
  89.  GOTO DONE
  90.  :DOOR
  91.  CALL RUN
  92.  WILDFIRE RESTART
  93.  GOTO BEGIN
  94.  :DONE
  95.  CD \SF
  96. GOTO LOOP
  97. :DOOR_B
  98.  
  99.  
  100.    Set up a menu in Wildfire for your ModemNews entitled MNEWS and set 
  101. the particular issue up in the following manner:
  102.  
  103.    
  104.  
  105. WILDFIRE SET UP AND SCRIPT COMMANDS
  106. -----------------------------------
  107.  
  108. DOOR ATTRIBUTES:
  109.         Board Type = S
  110.         Time Limit = 20
  111.  Security Required = 10
  112. Re-Run Lock Status = N
  113.     Expired Status = N 
  114.  
  115. EXECUTION SCRIPT
  116. Line #1:  ECHO OFF
  117. Line #2:  CD\DOOR\MNEWS13
  118. Line #3:  DOORWAY
  119. Line #4:  DOORWAY COM1: /L: /M:20 /S:* /O: /N: /P:NEWSxx.EXE /0
  120.  
  121.   Once again, the specific command switches you use with Doorway will
  122. depend on your preferred set up on your system.  
  123.  
  124.  
  125. Sample ModemNews Set Ups
  126. Contributed By Jacque Shipley
  127. The Mother Board BBS  -  (515) 986-3464
  128. 9600/2400/1200 Baud
  129. Grimes, Iowa
  130.  
  131. (And GREATLY appreciated!   (ed))
  132.